home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000308_news@columbia.edu _Sun Nov 28 16:03:22 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA28522
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 28 Nov 1999 16:03:22 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA22271
  7.     for kermit.misc@watsun.cc.columbia.edu; Sun, 28 Nov 1999 15:41:46 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: IBM 3101 emulation and C-kermit
  11. Date: 28 Nov 1999 20:41:46 GMT
  12. Organization: Columbia University
  13. Message-ID: <81s42a$lns$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <3840dce9.35718@news.gnat.net>, zentara <""> wrote:
  17. : I'm running linux and was told that C-kermit would
  18. : be my best bet on setting up a terminal emulator
  19. : for a dialup connection to a IBM mainframe with
  20. : 3101 emulation. After reading some of the docs,
  21. : I get the impression that the emulation must be done in
  22. : the .Xmodmap of the xterm which kermit is running in.
  23. Correct.  C-Kermit is not a terminal emulator -- it's a
  24. communication program that you view through a terminal
  25. emulator.  For details see:
  26.  
  27.   http://www.columbia.edu/kermit/ckfaq.html#term
  28.  
  29. Also, depending on what you mean by "IBM mainframe", the
  30. 3101 might not be what you want anyway.  Maybe you really
  31. need tn3270?
  32.  
  33. - Frank